Sync the window title initially
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Dec 2013 23:44:26 +0000 (18:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Dec 2013 23:44:26 +0000 (18:44 -0500)
commit5918a4dae845c6a766fdd220bf29dd6d1091b6a2
treea59308db5dc5a3a47d481ec0855bddee934293a6
parentf08df56211a225e9e874679daf5ad7c7a57ea942
Sync the window title initially

When setting a custom titlebar that happens to be a GtkHeaderBar,
we connect to notify::title to pick up title changes on the headerbar,
but we forgot to sync the title initially. Fix that.
gtk/gtkwindow.c